ops_set_linear_gradient (RenderOpBuilder *self,
guint n_color_stops,
const GskColorStop *color_stops,
- bool repeat,
+ gboolean repeat,
float start_x,
float start_y,
float end_x,
ops_set_radial_gradient (RenderOpBuilder *self,
guint n_color_stops,
const GskColorStop *color_stops,
- bool repeat,
+ gboolean repeat,
float center_x,
float center_y,
float start,
void ops_set_linear_gradient (RenderOpBuilder *self,
guint n_color_stops,
const GskColorStop *color_stops,
- bool repeat,
+ gboolean repeat,
float start_x,
float start_y,
float end_x,
void ops_set_radial_gradient (RenderOpBuilder *self,
guint n_color_stops,
const GskColorStop *color_stops,
- bool repeat,
+ gboolean repeat,
float center_x,
float center_y,
float start,
IntUniformValue n_color_stops;
float start_point[2];
float end_point[2];
- bool repeat;
+ gboolean repeat;
} OpLinearGradient;
typedef struct
float end;
float radius[2];
float center[2];
- bool repeat;
+ gboolean repeat;
} OpRadialGradient;
typedef struct